/*  stddef.h

    Definitions for common types, and NULL

*/

/*
 *      C/C++ Run Time Library - Version 11.0
 *
 *      Copyright (c) 1987, 2004 by Borland Software Corporation
 *      All Rights Reserved.
 *
 */

/* $Revision: 1.1 $ */

#ifndef __STDDEF_H
#define __STDDEF_H
#define _INC_STDDEF  /* MSC Guard name */

/*  All the work is done in _stddef.h, so that it may be included in the other
    standard C headers */

#include <_stddef.h>

#endif /* __STDDEF_H */
